diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 904bfe0..9e7f824 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,5 +45,5 @@ jobs: discovery_id: ${{ steps.discovery.outputs.id }} project_id: ${{ vars.PROJECT_ID }} hostname: ${{ vars.HOSTNAME }} - timeout: 300 # in general cases we'll have a timeout and it is good for this test + timeout: 360 # in general cases we'll have a timeout and it is good for this test diff --git a/README.md b/README.md index 6fd638d..031231b 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,12 @@ _Example:_ `api_token: ${{ secrets.BRIGHTSEC_TOKEN }}` _Example:_ `discovery_id: ${{ steps.start.outputs.id }}` +### `project_id` + +**Required**. Provide project-id for the discovery. + +_Example:_ `project_id: ${{ vars.PROJECT_ID }}` + ### `timeout` **Required**. Time for polling in seconds.