Skip to content

Commit

Permalink
Merge pull request #155 from stark-contrast/develop
Browse files Browse the repository at this point in the history
Use cli 0.8.0-beta.0
  • Loading branch information
abcdefghiraj authored Jun 4, 2024
2 parents ef0c342 + 3ac1f6e commit 0b6ce16
Show file tree
Hide file tree
Showing 10 changed files with 48,176 additions and 46,901 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY entrypoint.sh /stark_ga/entrypoint.sh
COPY dist /stark_ga/dist

# Install stark accessibility cli
RUN npm i -g @stark-lab-inc/accessibility-cli@0.7.0-beta.0 \
RUN npm i -g @stark-lab-inc/accessibility-cli@0.8.0-beta.0 \
&& stark-accessibility --version

# TODO: symlink /root/.local-chromium to $GITHUB_HOME/.local-chromium to avoid double install or remove install from this step.
Expand Down
3 changes: 2 additions & 1 deletion __tests__/parse-inputs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ describe('parseInput', () => {
puppeteerWaitUntil: ['load'],
scanDelay: '100',
skipErrors: false,
stealthMode: false
stealthMode: false,
disableFerryman: false
}

const inputs = parseInputs()
Expand Down
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ inputs:
description: 'Run a cleanup if needed.'
required: false
default: 'echo "Nothing to cleanup"'
disable_ferryman:
description: "Enable ferryman on the scanner for optimised scans"
required: false
default: false
urls:
description: 'A list of URLs to be scanned, with each URL belonging to its own line. This value follows YAML conventions for multiline strings.'
required: true
Expand Down
Loading

0 comments on commit 0b6ce16

Please sign in to comment.