Lars Gohr
Lars Gohr
Thanks for the hint. Where did you get the token endpoint from? Didn't find any documentation and AWS support also didn't know anything about it.
Closing in favor of https://github.com/dependabot/dependabot-core/issues/4212#issuecomment-1256862710
@mwaddell would need to do web-scraping to get the cookies (as the url is not an API-URL), right?
@EtienneM the link to pseudo-versions moved to https://go.dev/ref/mod#pseudo-versions
Regarding the 401 at the list endpoint: https://github.com/aws/containers-roadmap/issues/1806#issuecomment-1228804975
Thanks for the hint. I guess for now I'll work around that by providing the two different date formats in the mock. But your idea would be great for the...
I'm writing my mocks to a different path (like `/usr/local/mock/`). Then I'm starting the tests without the mocks in the PATH. In `setup()` I'm removing the directory that contains `date`...
@jzacsh see https://github.com/elgohr/Publish-Docker-Github-Action/commit/99d870b29e035da095b630703e866ae9fc484f3a for example